JavaScript

A5.chartDefinition Map Object

Description

Definition of a data map to convert raw data into a format useable by the charting logic.

Name
Description
A5.chart.Definition Map.Dimension Object

Definition of a chart dimension.

Properties

namestring

The name of the mapped data. This is needed when more then one set of data maps is used in a chart, and is used in the output to specify which data map a given layer of the chart should use.

dataarray

The raw data to map.

filterfunction(data,temp)

Function to use to filter the raw data to only use a portion of it. The function will be called with each array item from teh raw data and will also get the "temp" object passed in.

groupobject

The definition of how to group the raw data. See A5.u.array.group.

dimensionsarray

The definition of the dimensions to map from the raw data into the mapped data. See A5.chart Definition Map Object - Dimension Object.